func github.com/go-pg/pg/v10/orm.quoteTableName

4 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L339: 			t.setName(types.Safe(quoteTableName(s)))
		table.go#L344: 			t.SQLNameForSelects = types.Safe(quoteTableName(s))
		table.go#L848: 	m2mTableName := quoteTableName(m2mTableNameString)
		table.go#L1456: func quoteTableName(s string) types.Safe {